public GdPictureStatus DrawRectangle( float Left, float Top, float Width, float Height, bool Fill, bool Stroke )
public function DrawRectangle( Left: Single; Top: Single; Width: Single; Height: Single; Fill: Boolean; Stroke: Boolean ): GdPictureStatus;
public function DrawRectangle( Left : float, Top : float, Width : float, Height : float, Fill : boolean, Stroke : boolean ) : GdPictureStatus;
public: GdPictureStatus DrawRectangle( float Left, float Top, float Width, float Height, bool Fill, bool Stroke )
Parameters
- Left
- Top
- Width
- Height
- Fill
- Stroke